max length | sentence |
---|---|
7 | URL'niz otomatik download yaptırmamalıdır, illegal sayfalara yönlendirmemelidir. |
6 | Status update regarding tomorrow’s grocery delivery? |
5 | Apparently, she’d expected immediate results. |
5 | Ventura County WordPress Interest Group VCLuG, Ventura County Linux Users Group. |
4 | Actions have always spoken louder than words. |
4 | Administrative services include: Regent offers excellent fund management services. |
4 | Anyone familiar with Professor Christensen’s work. |
4 | David will cover Centos, Debian & others. |
4 | Does bright orange sell better than matte black? |
4 | Everyone just wants validation, love, security,. |
4 | Many have never even managed people before. |
4 | More data that suggests consumers don’t want. |
4 | More data that suggests consumers don’t want tablets, they want iPads. |
4 | Myagi motivates your team every time they train with real rewards. |
4 | Other “social investors” prioritize social impact over profits. |
4 | Parents care about their children’s health. |
4 | Previously, Subhadeep interned with Mahindra, supporting their entry into drip irrigation. |
4 | Seaweed, shellfish, small fish, shrimp, small squid, etc.4. |
4 | Sphero, AltSchool, Minerva Project have been some disruptive models which have gained attention through their unique educational approaches. |
4 | They’re stinky, they’re messy, they’re imperfect- just like entrepreneurship. |
4 | This article summrizes Peter’s perspective. |
4 | This means that your posts should support and/or coordinate with your marketing efforts. |
4 | Touches base with Nikhil from Adaptly about. |
4 | Unitus Seed Fund’s comprehensive approach goes beyond providing seed capital. |
4 | What about ‘doing good’ while also ‘doing well’ financially? |
4 | What valuation ranges they’re comfortable with. |
4 | Which distribution & marketing strategies work well? |
4 | Which tech giants have their offices here? |
4 | While returns from Australian venture capital funds have been disappointing, returns from Australian tech startup companies have been spectacular. |
4 | With greater-fools-as-a-service, things start getting interesting. |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II